Skip to content

Conversation

@ajitjohnson
Copy link

No description provided.

modules/gator.nf Outdated


// Apply the process to each (image, sft) pair
id_imgs.combine(id_sfts, by:0)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Try this:

id_imgs.combine(id_masks, by:0).combine(id_sfts, by:0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants